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

Map illegal characters #471

Open
Anuskuss opened this issue Feb 5, 2024 · 1 comment
Open

Map illegal characters #471

Anuskuss opened this issue Feb 5, 2024 · 1 comment

Comments

@Anuskuss
Copy link

Anuskuss commented Feb 5, 2024

Right now you can either have mangled names or correct looking names which most Windows software won't handle. We need a simple mapping system similar to

mangled names = no
vfs objects = fruit catia
fruit:encoding = native

or

mangled names = no
vfs objects = catia
catia:mappings = 0x22:0xff02,0x2a:0xff0a,0x3a:0xff1a,0x3c:0xff1c,0x3e:0xff1e,0x3f:0xff1f,0x5c:0xff3c,0x7c:0xff5c
@Anuskuss Anuskuss changed the title Handle illegal characters Map illegal characters Feb 6, 2024
@namjaejeon
Copy link
Owner

Okay, Can you update ksmbd source code to improve it ?

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

2 participants