On 1/27/2017 1:48 PM, Procházka Lukáš Ing. wrote:
Hello,

does ConTeXt contain a built-in Lua conversion routine to convert text
in UTF-16 (and others) to UTF-8 string?

Something like:

----
\startluacode
  local str = "A unicode string" -- Or e.g. string loaded from a file

  str = convert(str, "utf16", "utf8")

  context(str)
\stopuacode
----

utf.utf16_to_utf8_le
utf.utf16_to_utf8_be
utf.utf32_to_utf8_le
utf.utf32_to_utf8_be

normally when files are in utf16 and have a bom they will be dealt with properly

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to