1. 05 Oct, 2000 1 commit
    • John Beranek's avatar
      Copyright message changes + changes from branch + Unified branched/non-branched builds · b5fafb8f
      John Beranek authored
      Detail:
        Copyright messages changed from E-14 to Pace throughout, filename
         placed at top of file throughout, instead of in just some files.
      
        Merged branch's fixes into our code base, plus made it possible to
         get nice debug output in branched tree, and vfprintf() to stderr in
         RISC OS tree.  Exactly same source used in branched tree now (apart
         from OS specific files riscos.c and unix.c moving into layers
         directory structure).
      
      Admin:
        Built for branched, both Unix and RISC OS.
        Built in RISC OS tree, and compiled into TextConv.
      
      
      Version 0.45. Tagged as 'Unicode-0_45'
      b5fafb8f
  2. 13 Mar, 2000 1 commit
  3. 16 Sep, 1999 1 commit
  4. 14 Sep, 1999 1 commit
  5. 13 Sep, 1999 1 commit
  6. 04 Aug, 1999 1 commit
    • Kevin Bracey's avatar
      Added Windows-1254. · 47a736c9
      Kevin Bracey authored
      Changed default language of Latin-5 (ISO 8859-9) from English to Turkish.
      
      Version 0.40. Tagged as 'Unicode-0_40'
      47a736c9
  7. 29 Mar, 1999 1 commit
  8. 26 Mar, 1999 1 commit
  9. 23 Mar, 1999 1 commit
  10. 18 Mar, 1999 1 commit
  11. 12 Mar, 1999 2 commits
  12. 11 Mar, 1999 1 commit
    • Kevin Bracey's avatar
      Implemented SCSU and UTF-7. · 30550b96
      Kevin Bracey authored
      Added encoding_set_flags().
      Proper handling of byte order marks in UTF-16 and UCS-4.
      Fixed UTF-16 surrogate writing.
      Adjusted various MIME charset identifiers.
      Incorporated latest Unicode Character Database (2.1.8).
      Added "current system alphabet" encoding.
      Created "TextConv" command line character set conversion utility.
      
      Version 0.34. Tagged as 'Unicode-0_34'
      30550b96
  13. 24 Feb, 1999 4 commits
  14. 23 Feb, 1999 2 commits
  15. 11 Jan, 1999 1 commit
  16. 05 Jan, 1999 1 commit
  17. 16 Nov, 1998 2 commits
  18. 06 Nov, 1998 1 commit
  19. 02 Nov, 1998 1 commit
  20. 21 Oct, 1998 2 commits
  21. 16 Oct, 1998 1 commit
  22. 25 Sep, 1998 1 commit
  23. 22 Sep, 1998 2 commits
  24. 15 Sep, 1998 2 commits
  25. 10 Sep, 1998 3 commits
  26. 04 Sep, 1998 1 commit
  27. 06 Mar, 1998 1 commit
  28. 14 Jan, 1998 1 commit
  29. 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