Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Is there the limit of character length in .grc file?

Anonymous
Not applicable
Hi,
When I edit the .grc file,e.g I compile the code. the error occur, But I set the less characters, these is not error. I want to know whether there is the limit of chinese characters in grc file.

thanks.
11 REPLIES 11
Akos Somorjai
Graphisoft
Graphisoft
Hi,

In the second line try replacing the '1252' with 'utf8', so that the ResConv compiler produces utf8 output.

Best, Akos
Anonymous
Not applicable
Akos wrote:
Hi,

In the second line try replacing the '1252' with 'utf8', so that the ResConv compiler produces utf8 output.

Best, Akos
Thanks.
But the problem also occurs.