1. 06 Jan, 2013 1 commit
    • John-Mark Bell's avatar
      Add encoding_read_in_multibyte_sequence API. · a4e5d90c
      John-Mark Bell authored
      Detail:
        The new API allows the client to determine if a read codec has run
        out of input in the middle of a multibyte sequence. This permits a
        client to distinguish between the two cases in which no output
        character is generated:
      
          a) insufficient input has been provided to complete an output character
          b) the input consisted of a complete multibyte sequence which generates
             no output (e.g. an ISO-2022 shift sequence)
      Admin:
        Tested using Iconv.
      
      
      Version 0.60. Tagged as 'Unicode-0_60'
      a4e5d90c
  2. 14 Jan, 2012 2 commits
  3. 26 Jun, 2009 1 commit
    • Ben Avison's avatar
      Added install rule · b91d4d07
      Ben Avison authored
      Admin:
        This is only intended for use when building the disc image for the C/C++ CD.
      
      Version 0.57. Tagged as 'Unicode-0_57'
      b91d4d07
  4. 13 Jun, 2009 1 commit
    • Ben Avison's avatar
      Build fix · ad9f46e0
      Ben Avison authored
      Detail:
        The build utility mkunictype, compiled at build time, is now built using the
        HostTools shared makefile, and so will execute on any RISC OS build host even
        if the default compiler options are to target an incompatible ARM
        architecture. Added call to stripdepnd to the MkClean obey file.
      Admin:
        Tested using an APCS-R build on an Iyonix.
      
      Version 0.56. Not tagged
      ad9f46e0
  5. 05 Dec, 2008 1 commit
    • Andrew Hodgkinson's avatar
      Fix bugs and inconsistencies in encoding handlers. · 69a25816
      Andrew Hodgkinson authored
        Fix inconsistency in handling illegal byte sequences.
        Convert surrogate codepoints and U+FFFE, U+FFFF to U+FFFD.
        Also, a few extra mappings.
      Detail:
        enc_utf8.c: 0x80 is a continuation byte. Map stray ones to U+FFFD.
                    Reset the count of expected continuation bytes to 0 when
                    encountering illegal byte sequences. Previously, if the character
                    callback returned non-zero, this count would not be reset, thus
                    leaving the codec in an inconsistent state. Additionally, we no
                    longer consume the illegal continuation byte: instead, we process
                    it as a start byte next time round.
        encoding.c: Do not load extension tables for ISO-8859-{1,2,9,10,15,16}
                    If these are needed, it's probably best that different charset
                    names are used rather than overloading 8859-n.
        iso2022.c:  Permit SS2/3 escape sequences for EUC encode/decode.
                    Disable C1 chara...
      69a25816
  6. 26 Aug, 2005 1 commit
  7. 25 Aug, 2005 1 commit
  8. 01 Jul, 2004 2 commits
  9. 05 Mar, 2004 1 commit
    • Steve Revill's avatar
      Change merged from Pace repository: · 37b69d9e
      Steve Revill authored
      > Summary:
      >   Merged changes from branch tree
      >   Reversed previous change
      > Detail:
      >
      > * Merged a few changes/fixes from the Unicode library in
      >  branch's tree.
      >
      > * Reversed Steve's change from version 0.50. The change wasn't
      >  necessary, and with the changed definition of NOT_USED in this
      >  version, it compiles fine with cc 5.45.
      >
      > * Small comment change in unix.c. It now states that the file
      >  isn't equivalent to any in the branch tree.
      >
      > Admin:
      >   Built and briefly tested using TextConv utility on Risc PC.
      
      Version 0.52. Tagged as 'Unicode-0_52'
      37b69d9e
  10. 02 Jul, 2003 1 commit
  11. 23 Jul, 2002 1 commit
  12. 18 Jun, 2002 1 commit
    • Steve Revill's avatar
      Fixed some syntax errors in h.iso3166. · 2bf2677c
      Steve Revill authored
      Detail:
        Regenerated this header file from the iso publications on the web
        to make sure that it's up to date and spotted some syntax errors
        which must have been introduced in the generation of the previous
        version of this header file. No other differences.
      Admin:
        Should work.
      
      Version 0.49. Tagged as 'Unicode-0_49'
      2bf2677c
  13. 10 Jun, 2002 2 commits
    • Stewart Brodie's avatar
      Removed some warnings on unused variables. · 4671c87b
      Stewart Brodie authored
        Fixed a comparison of a plain char (signedness issue)
      Admin:
        These were from NCBrowser 5.28 too - but got forgot in the last checkin :-(
        I've not tried using this library.
      
      
      Version 0.48. Tagged as 'Unicode-0_48'
      4671c87b
    • Stewart Brodie's avatar
      Merge of bug fixes from NCBrowser tree. · 0524cabb
      Stewart Brodie authored
      Detail:
        Buffer overrun fixed; some buffer counting problems fixed too.  There is
          now helpful initialisation and tidyup routines you can call too (called
          encoding_initialise and encoding_tidyup)
      Admin:
        I've built this with cc 5.45 in basic build environment - it built OK.
        This source code now matches that in NCBrowser 5.28.
      
      
      Version 0.47. Tagged as 'Unicode-0_47'
      0524cabb
  14. 17 Oct, 2000 1 commit
    • John Beranek's avatar
      Argh, timestamps. · 71647d81
      John Beranek authored
      Detail:
        Timestamps defeated my latest checkin of the library, iso2022.c
         failed to be copied from my RPC to the NFS mount, which makes
         the library fail to build...argh.  Copied over correct version
         of this file.
      Admin:
        Will retag file as Unicode-0_46.
      71647d81
  15. 13 Oct, 2000 1 commit
    • John Beranek's avatar
      More syncronisation with Unicode lib in branched tree · 4e5abb29
      John Beranek authored
      Detail:
        Added some changes from Unicode lib in branched tree.  All basically
         type changes.  This appears to be because other compilers are
         more picky about types than armcc.
      
      Admin:
        Will add 0.46 VersionNum file into branched tree, and all will be
         syncronised fully.
      
      
      Version 0.46. Tagged as 'Unicode-0_46'
      4e5abb29
  16. 05 Oct, 2000 2 commits
  17. 13 Mar, 2000 1 commit
  18. 16 Sep, 1999 1 commit
  19. 14 Sep, 1999 1 commit
  20. 13 Sep, 1999 1 commit
  21. 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
  22. 29 Mar, 1999 1 commit
  23. 26 Mar, 1999 1 commit
  24. 23 Mar, 1999 1 commit
  25. 18 Mar, 1999 1 commit
  26. 12 Mar, 1999 2 commits
  27. 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
  28. 24 Feb, 1999 4 commits
  29. 23 Feb, 1999 2 commits
  30. 11 Jan, 1999 1 commit
  31. 05 Jan, 1999 1 commit