Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! Does this tool support cyrillic languages?

Traceback (most recent call last):

  File "twine_to_rpy\twine_to_rpy.py", line 613, in run

  File "twine_to_rpy\twine_to_rpy_model.py", line 677, in run

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-9: ordinal not in range(128)

Hi! TL;DR: Not currently, but it might in the future.

Unfortunately because the tool was originally written in Python 2.7 it cannot process some ascii characters, likely including Cyrillic ones. I have a longterm roadmap to port the tool to Python 3 at some point which I believe will be able to fix some of these limitations, but it would require a bit of an overhaul because of the library differences.

Hello! I know it's been over 2 years now, so no pressure to reply, but I have been working on updating this tool to Python 3. If you have the chance to test this new build let me know if it works for you! https://drive.google.com/file/d/1Bt9Uti-hHpHUBkVhVNMIuqg1Z6q4zCBd/view?usp=shari...