1. 15 Sep, 1998 2 commits
  2. 10 Sep, 1998 3 commits
  3. 04 Sep, 1998 1 commit
  4. 06 Mar, 1998 1 commit
  5. 14 Jan, 1998 1 commit
  6. 05 Jan, 1998 1 commit
    • Simon Middleton's avatar
      Fixed autojp state machine. It wasn't resetting 'state' to HAD_NONE after... · 407bccff
      Simon Middleton authored
      Fixed autojp state machine. It wasn't resetting 'state' to HAD_NONE after changing whatcode. So basically it was lucky it ever worked. Also rewrote the various range tests to only use one compare per case.
      
      Changed the 'for_encoding' parameter to encoding_write() to an enumeration.
      Added a new type of writing where if the character cannot be encoded then
      the function returns -1 rather than writing a default character
      Added the pseudo-charsets csAutodetectJP and csEUCorShiftJIS to the encoding
      table so that they return the correct default language (ja).
      Added function to remove unused encoding tables (must be called explicitly).
      Fixed usage counting in iso2022 (I think).
      When looking up encoding name try stripping 'x-' and 'X-' off the front i
      can't find on first pass.
      
      Version 0.12. Tagged as 'Unicode-0_12'
      407bccff
  7. 18 Dec, 1997 1 commit
  8. 10 Dec, 1997 1 commit
  9. 08 Dec, 1997 1 commit
    • Simon Middleton's avatar
      Fixed when SS1 or SS2 followed by a set change by disallowing... · 67178217
      Simon Middleton authored
      Fixed when SS1 or SS2 followed by a set change by disallowing controlcharacters after single shifts.
      
      Made encoding_table_ptr and encoding_n_table_entries check for null tables.
      moved 'Lm' type characters from marks to letters in mkunictype.
      
      Version 0.08. Tagged as 'Unicode-0_08'
      67178217
  10. 02 Dec, 1997 1 commit
  11. 25 Nov, 1997 1 commit
  12. 24 Nov, 1997 1 commit
  13. 21 Nov, 1997 1 commit
    • Simon Middleton's avatar
      Added new file 'languages.h' with some ISO639 language codes. · fa3fa475
      Simon Middleton authored
      Added a default language field to each encoding (using above codes).
      Added a max char size field to each encoding.
      Tidied up some of the reencoders behaviour when output ptr NULL.
      Fixed a load of charset numbers which were wrong.
      New UTF8 function to skiop multiple characters in a string.
      Fixed RISC OS build which was out of date.
      
      Version 0.04. Tagged as 'Unicode-0_04'
      fa3fa475
  14. 12 Nov, 1997 1 commit
  15. 11 Nov, 1997 2 commits