Customer Portal

universal data writer character set

Comments 2

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Kasturi,

    The most common charset for these unicode issues is UTF-8.
  • Avatar
    davidleelambert
    0
    Comment actions Permalink
    Not "universal", but if you're interacting with a legacy system that specifically processes Russian text, it's possible that you instead need a legacy non-Unicode encoding, such as "IBM866", ISO-8859-5, KOI8-R or "windows-1251". That said, as a first try, UTF-8 is the natural choice; I'm not sure why Clover uses ISO-8859-1 as the default, it seems like it should either be US-ASCII (to catch encoding problems early) or UTF-8 (widest repertoire).

Please sign in to leave a comment.