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

For Support Unicode Module Name #21

Open
sacru2red opened this issue Jan 21, 2020 · 0 comments
Open

For Support Unicode Module Name #21

sacru2red opened this issue Jan 21, 2020 · 0 comments

Comments

@sacru2red
Copy link

sacru2red commented Jan 21, 2020

I have what named unicode String module name.
so, it didnt work..

i'm not good at using python. but i found solution
at 1900 Lines

if code_stream == None : tempUnicodeName = ''.join([x for x in MODULESTREAMNAME_StreamNameUnicode[0:len(MODULESTREAMNAME_StreamNameUnicode)] if ord(x) != 0]) code_stream = ofdoc.find_stream_by_name(tempUnicodeName) if code_stream == None: print 'code_stream is None' continue

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