DllExport: Wizard. Incorrect layout for zh_CN Simplified Chinese
Mentioned here https://github.com/3F/DllExport/issues/59#issuecomment-347938015
Today I installed zh_CN Simplified Chinese for system:
However, I still can’t reproduce this:
chcp:
20936 x-cp20936 Simplified Chinese (GB2312); Chinese Simplified (GB2312-80)
50227 x-cp50227 ISO 2022 Simplified Chinese; Chinese Simplified (ISO 2022)
I don’t have initial zh_CN .iso so it really hard to debug this while I can’t see problem.
Cc: @Genteure
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 20 (20 by maintainers)
Commits related to this issue
- Wizard. Fixed incorrect layout for zh_CN Simplified Chinese (Thanks @Genteure). Issue #61 — committed to 3F/DllExport by 3F 7 years ago
- Public final v1.6 release of the .NET DllExport: * NEW: The new embeddable lightweight manager for distribution via MvsSln & GetNuTool projects. Issue #38. Based on hMSBuild logic and includes... — committed to 3F/DllExport by 3F 7 years ago
- UI layout fixes for -Info form (Thanks @Genteure, Issue #61). Also fixed possible error with `MsgGuiLevel` feature. And added changing the level via commands: ``` (set MsgGuiLevel=0) & DllExport -act... — committed to 3F/DllExport by 3F 6 years ago
- Public release of the .NET DllExport v1.6.1 * FIXED: Fixed bug when some methods cannot be exported. Issue #59. * FIXED: Bug 'The node is not parented by this object' when Configuring projects. Issue... — committed to 3F/DllExport by 3F 6 years ago
@Genteure, Thank you again, the final changes merged into master. /build 95
Probably caused by different default font? I’m using en_US as my system language at the moment, is default font decided at install?
Thanks! Try this changes:
DllExport -action Info -force -pkg-link https://github.com/3F/DllExport/releases/download/CI-build-94/DllExport.1.6.0.nupkg
And also check this form via
MsgGuiLevel
variable:(set MsgGuiLevel=0) & DllExport -action Restore -force -pkg-link https://github.com/3F/DllExport/releases/download/CI-build-94/DllExport.1.6.0.nupkg
I squashed this into master. Check this out 2409921: https://ci.appveyor.com/project/3Fs/dllexport/build/build-77/artifacts
just a single change with bottom-line after 606a6e7
Thanks again !
well 😃 this is so because when I implemented this feature directly I used rule for null-terminated sequence: https://github.com/3F/DllExport/blob/master/NSBin/Rmod.cs#L76
But I can review this later if someone need unicode characters in namespaces.
By the way, you can also use empty/global namespaces after this - #47