Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnLineBible - Unicode #44

Closed
Michahel opened this issue Mar 26, 2021 · 3 comments
Closed

OnLineBible - Unicode #44

Michahel opened this issue Mar 26, 2021 · 3 comments
Milestone

Comments

@Michahel
Copy link

BibleMultiConverter creates the exp file in plain ASCII or ANSI format.
Any module containing characters greater than #127 should be in UTF8 format.
Otherwise, not all unicode characters are converted correctly.

@schierlm
Copy link
Owner

Do you know if there is a minimum version of OnLineBible that supports UTF-8? Or would it harm to just create UTF-8 in all cases?

@Michahel
Copy link
Author

Do you know if there is a minimum version of OnLineBible that supports UTF-8?

The latest non-Unicode version of Online Bible is 3.00. It is intended for users with Windows 98. Release 3.99 and newer is the unicode version. But on the official site, the ability to download older versions is not provided. Only the latest version is available for download.

would it harm to just create UTF-8 in all cases?

Yes, it should be done very easy! I see no reason to support the old non-Unicode version, because if necessary, the user can simply use the capabilities of NotePad.

@schierlm
Copy link
Owner

Thanks for your feedback. Should export UTF-8 now in all cases.

@schierlm schierlm added this to the v0.0.8 milestone Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants