ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with Lua processing UTF8 substrings
@ 2012-02-01 19:26 Jaroslav Hajtmar
  2012-02-01 20:05 ` Philipp Gesang
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2012-02-01 19:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello ConTeXist,

I want to use Lua to write characters (substrings) from a string, but I 
get an error message:

! String contains an invalid utf-8 sequence.

I tried various Lua functions for working with UTF8 strings for example:
string.subutf8(string, start[,end])
for i, char in str:nextutf8(orig_pos)
string.lenutf8(string),

but without success.

Can you please someone help?

Thanks
Jaroslav Hajtmar

Here is my minimal example:

\def\mymacro#1{\ctxlua{for i=1, string.len('#1') do 
context(string.sub('#1',i,i)..", ") end}}

\starttext

%\mymacro{šěřěžřýčřčžáýčý} % Here is a problem
\mymacro{asdfghjklqwertt} % Here is all OK

\stoptext







___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-01 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-01 19:26 Problem with Lua processing UTF8 substrings Jaroslav Hajtmar
2012-02-01 20:05 ` Philipp Gesang
2012-02-01 20:17   ` Jaroslav Hajtmar
2012-02-01 20:35     ` Philipp Gesang
2012-02-01 20:38       ` Jaroslav Hajtmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).