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

Fixed a bug where the you could get encode/decode exceptions if JavaScript had non-ascii characters. #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

liftoff
Copy link
Contributor

@liftoff liftoff commented Aug 13, 2013

It will now use the source_encoding variable from the current conf.py.
Also fixed a bug where links to Parent.Child objects were not being created properly.

…cript had non-ascii characters. It will now use the source_encoding variable from the current conf.py.
…were not being linked properly so things like would get automatically linked like they're supposed to. For example, if you had /**:Parent.Child Whatever */ and put a reference to it elsewhere in your code () that was not automatically generating a link back to the original (child) object. This has been corrected.
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

Successfully merging this pull request may close these issues.

1 participant