OK, thank you;
I deduce:
regimes.toregime('8859-1',"abcde Ä","?")
means actually:
- "convert from the current regime" (be e.g. UTF8)
- regimes.toregime(<regime-to-convert-to>, <string-to-convert>,
<what-does-this-mean?>)
Lukas
On Wed, 14 Jun 2017 14:21:47 +0200, Hans Hagen <[email protected]> wrote:
On 6/14/2017 2:07 PM, Procházka Lukáš Ing. wrote:
Hello,
is there also a way to convert CP1250 to UTF8 and vice versa?
regimes.toregime('8859-1',"abcde Ä","?")
there's also fromregime
Best regards,
Lukas
On Fri, 27 Jan 2017 14:08:42 +0100, Hans Hagen <[email protected]> wrote:
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
___________________________________________________________________________________
--
Ing. Lukáš Procházka | mailto:[email protected]
Pontex s. r. o. | mailto:[email protected] | http://www.pontex.cz |
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4
Mob.: +420 702 033 396
Tel.: +420 241 096 751
___________________________________________________________________________________
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
___________________________________________________________________________________