summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Stage Aliases file directly into distribution template.John Mark Bell2008-11-191-302/+0
| | | | | | | Fix compilation of makealiases when cross-compiling. Update dependencies so that aliases file gets built when needed. svn path=/trunk/iconv/; revision=5738
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-193-5/+136
| | | | | | | | | | | | | | | This keeps the public iconv.h free of such nonsense. Move the source for the RISC OS stubs to the distribution template tree. We will no longer shipped compiled stubs. People are quite capable of compiling this themselves. Also take the opportunity to tidy it up a bit. Bump the version number to 0.09 Introduce a "riscos-dist" target in Makefile-riscos. Update various bits of documentation. svn path=/trunk/iconv/; revision=5734
* Add three new mappings from CP949:John Mark Bell2008-11-191-0/+0
| | | | | | | | | + 0xA2E6 -> U+20AC + 0xA2E7 -> U+00AE + 0xA2E8 -> U+327E svn path=/trunk/iconv/; revision=5728
* Update mapping tables for JIS X 0208 and JIS X 0212.John Mark Bell2008-11-192-0/+0
| | | | | | | | | | | | | | | Changes: JIS X 0208: + The mapping for entry 1/35 has been changed from U+005C to U+FF3C. JIS X 0212: + The mapping for entry 2/23 has been changed from U+007E to U+FF5E. These mappings better represent the codepoints in question. They also remove irreversible mappings for U+005C and U+007E, thus making round-trip conversions more robust. svn path=/trunk/iconv/; revision=5725
* Revert unintended commit of new mapping tablesJohn Mark Bell2008-11-192-0/+0
| | | | svn path=/trunk/iconv/; revision=5724
* Ignore expected failure of EUC-JP test -- there's no way to load two ↵John Mark Bell2008-11-192-0/+0
| | | | | | charsets into G0 at once, which is what the test is expecting. For future reference, should we want to fix this, 0x5C should map to U+005C and U+00A5, 0x7E should map to U+007E and U+203E. U+005C/U+007E come from US-ASCII, which is the default mapping. The other pair come from JIS X 0201 (Roman). svn path=/trunk/iconv/; revision=5723
* Fix MacRoman mapping table -- 0xF3 should map to U+00DB and not U+00D8John Mark Bell2008-11-161-0/+0
| | | | svn path=/trunk/iconv/; revision=5707
* Fix error in CP1256 table -- 0xC0 should be mapped to U+06C1, not U+061CJohn Mark Bell2008-11-161-0/+0
| | | | svn path=/trunk/iconv/; revision=5706
* Add set 06/06 (Latin 10) from ROOL tree.John Mark Bell2008-11-161-0/+0
| | | | svn path=/trunk/iconv/; revision=5704
* Bring set 05/04 (Thai) into line with 8859-11 spec:John Mark Bell2008-11-161-0/+0
| | | | | | | + 0xdb,0xdc,0xdd,0xde are undefined + 0xfc,0xfd,0xfe,0xff are undefined svn path=/trunk/iconv/; revision=5703
* Bring set 05/14 (Hebrew) into line with 8859-8 spec:John Mark Bell2008-11-161-0/+0
| | | | | | | + 0xaf mapping is now to U+00AF and not U+203E + 0xfd/0xfe should be mapped to U+200E/U+200F and not U+020E/U+020F, respectively svn path=/trunk/iconv/; revision=5702
* Update set 04/06 (Greek) to bring it in line with the spec. It was ↵John Mark Bell2008-11-161-0/+0
| | | | | | previously based on the ISO-8859-7 FCD, after which 0xAE was removed, and the mapping of 0xB7 was changed. svn path=/trunk/iconv/; revision=5701
* Import Iconv sourcesJohn Mark Bell2008-11-1078-0/+363
svn path=/trunk/iconv/; revision=5677