shadz3rg / php-stamp

The XSL-way templating library for Word DOCX documents.
MIT License
161 stars 35 forks source link

Unexpected token in Lexer #13

Closed reimax closed 5 years ago

reimax commented 5 years ago

i have document:

[[current_date]] text text [[number_test]] text text [[пример_тест]]

save in format office open xml (docx) in libre office in .docx ext. and get error:

Unexpected token, expected PHPStamp\Processor\Lexer::T_DOT, got PHPStamp\Processor\Lexer::T_STRING

how to fix?

shadz3rg commented 5 years ago

Cyrillic placeholders are not expected or supported.