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

Support unicode characters in namespaces #80

Closed
3F opened this issue Aug 2, 2018 · 1 comment
Closed

Support unicode characters in namespaces #80

3F opened this issue Aug 2, 2018 · 1 comment
Labels
Milestone

Comments

@3F
Copy link
Owner

3F commented Aug 2, 2018

Reporter @Genteure

Found another issue: some useable non-english namespace can't be used by DllExport.

#61 (comment)

@3F 3F added the support label Aug 2, 2018
@3F 3F changed the title Support Non-English namespaces Support unicode characters in namespaces Aug 2, 2018
@3F
Copy link
Owner Author

3F commented May 22, 2019

Assert.AreEqual(true, DDNS.IsValidNS("あいうえおかきくけこ"));
Assert.AreEqual(true, DDNS.IsValidNS("中文解决方案名称"));
Assert.AreEqual(true, DDNS.IsValidNS("あいうえおかきくけこ.DllExport"));
Assert.AreEqual(true, DDNS.IsValidNS("中文解决方案名称.DllExport"));

Assert.AreEqual(true, DDNS.IsValidNS("Проверка"));
Assert.AreEqual(true, DDNS.IsValidNS("Проверка.DllExport"));

Cc: @Genteure

https://github.com/3F/DllExport/releases/tag/CI-build-109

@3F 3F closed this as completed May 22, 2019
@3F 3F added this to the v1.6.3 milestone May 22, 2019
3F added a commit that referenced this issue May 30, 2019
* NEW: Support of unicode characters in namespaces. Issue #80

* NEW: Integrated `-action Configure` command by default. Issue #96
       Configure everything in one click.
       https://github.com/3F/DllExport/wiki/Quick-start

* CHANGED: Updated Mono.Cecil 0.10.3
           https://github.com/jbevain/cecil/commits/0.10.3

* CHANGED: Updated MvsSln 2.2
           Release notes:
           https://github.com/3F/MvsSln/releases/tag/v2.2

* NOTE: To upgrade configured version to v1.6.3:
        ```
            DllExport -action Upgrade -dxp-version 1.6.3
        ```
@3F 3F mentioned this issue Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant