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

「ブック名をコピー」などで文字化け #76

Open
ghost opened this issue Apr 19, 2021 · 1 comment
Open

「ブック名をコピー」などで文字化け #76

ghost opened this issue Apr 19, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 19, 2021

RelaxTools-Addin-4.27.5
Windows 10のExcel 2010です。

「ブック名をコピー」などを実行して貼り付けると、「?」に文字化けする文字があります。

@ghost ghost changed the title 「ファイルの一覧をクリップボードにコピー」を実行するとエラー 「ブック名をコピー」などで文字化け Apr 19, 2021
@ghost ghost closed this as completed Apr 19, 2021
@ghost ghost reopened this Apr 19, 2021
@ghost
Copy link
Author

ghost commented Aug 23, 2021

ソースを見るとWindows APIの文字列を使用する関数の多くがANSI用で、Unicode用でありません。
文字列を使う"A"で終わる名前の関数では、Unicodeの文字にあるがShift-JISにないと化けます。
日本語のWindows NT以降はUnicode用の関数を使います。
例えば「lstrcpyA」関数でなく、「lstrcpyW」を使います。

Windows APIは間違うとメモリリークするので危険ですが大丈夫でしょうか?

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

0 participants