aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/character_encoding.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-09-03 22:25:03 -0400
committerRalph Amissah <ralph@amissah.com>2008-09-03 22:36:10 -0400
commit2a738f528cb87793ff7f8312099666af1e21f44c (patch)
treee3d58f4118689a0d353dc04775652c83fc40b65e /lib/sisu/v0/character_encoding.rb
parenthtml segments; sql db field lengths increased (diff)
xml character encoding adjusted; xml image match; odf issue with '@' symbol in url
Diffstat (limited to 'lib/sisu/v0/character_encoding.rb')
-rw-r--r--lib/sisu/v0/character_encoding.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v0/character_encoding.rb b/lib/sisu/v0/character_encoding.rb
index 60c2f335..aa856cdd 100644
--- a/lib/sisu/v0/character_encoding.rb
+++ b/lib/sisu/v0/character_encoding.rb
@@ -374,7 +374,9 @@ module SiSU_character_encode
['ü', 252, '374', '\303\274', '&#252;', '&uuml;', 'ü', '\"{u}', '', 'Small u, umlaut ü' ],
['ý', 253, '375', '\303\275', '&#253;', '&yacute;', 'ý', '', '', 'Small y, acute accent ý' ],
['þ', 254, '376', '\303\276', '&#254;', '&thorn;', 'þ', '', '', 'Small thorn, Icelandic þ' ],
- ['ÿ', 255, '377', '\303\277', '&#255;', '&yuml;', 'ÿ', '', '', 'Smally y, umlaut ÿ' ]
+ ['ÿ', 255, '377', '\303\277', '&#255;', '&yuml;', 'ÿ', '', '', 'Smally y, umlaut ÿ' ],
+ ['∝', , '', '', '&#8733;', '&prop;', '∝', '', '', 'proportional to U+221D (8733) ∝' ],
+ ['∞', , '', '', '&#8734;', '&infin;', '∞', '', '', 'infinity U+221E (8734) ∞' ],
]
end
end