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

Export-NavObjectModel results in corrupted encoding #7

Open
ichladil opened this issue Jul 25, 2019 · 0 comments
Open

Export-NavObjectModel results in corrupted encoding #7

ichladil opened this issue Jul 25, 2019 · 0 comments

Comments

@ichladil
Copy link

Issue:
Importing object, and exporting it back to text results in corrupted chars when czech characters are present in the captions.

How to simulate:
Try to take an object with e.g. czech characters in captions.
Import it and then export it back.
Sample file is attached. TAB11787.TXT

$Mod = Get-NAVObjectModel -NavObjectsTextFile .\TAB11787.TXT 
Export-NAVObjectModel -ObjectModel $Mod -TargetFileName .\TAB11787Reexport.TXT

Expected result:
The exported object text file matches the imported one.

Actual results:
Captions do not match due to accented chars.

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

1 participant