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

Image file name not encoded properly when exporting #277

Open
pleatio opened this issue Nov 16, 2024 · 1 comment
Open

Image file name not encoded properly when exporting #277

pleatio opened this issue Nov 16, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@pleatio
Copy link

pleatio commented Nov 16, 2024

If the file name of image(on \wp-content\uploads... folder) includes characters that are not English, number(0-9) or speical symbol(!@#$...), thay are not encoded properly when exporting.

[example]

A : English, number(0-9), or speical symbol(!@#$...) characters
B : characters that are not English, number(0~9) or speical symbol(!@#$...)

case 1. Only English (A encoded properly)

  • file name on wordpress : apple.jpg → file name on exported zip folder : apple.jpg (English)

case 2. Only not English Language (B encoded not properly)

  • file name on wordpress : 사과.jpg → file name on exported zip folder : 사과.jpg (Korean)
  • file name on wordpress : ㅇㅂㅇ.jpg → file name on exported zip folder : ㅇㅂㅇ.jpg (Korean)
  • file name on wordpress : おげんきですか.jpg → file name on exported zip folder : ã�Šã�’ã‚“ã��ã�§ã�™ã�‹.jpg (Japanese)
  • file name on wordpress : 我的三十块都白花了。.jpg → file name on exported zip folder : 我的三å��å�—都白花了。.jpg (Chinese)

case 3. English + not English Language (A encoded properly and only B encoded not properly)

  • file name on wordpress : apple-one1-사과.jpg → file name on exported zip folder : apple-one1-사과.jpg (English + special symbol + number + Korean)

Best regards,

@pleatio pleatio closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
@pleatio pleatio reopened this Nov 18, 2024
@pleatio
Copy link
Author

pleatio commented Nov 18, 2024

Sorry, my apologies. I pressed the wrong button.

@patrickposner patrickposner added bug Something isn't working enhancement New feature or request labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants