-
Notifications
You must be signed in to change notification settings - Fork 66
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
Unsupported descriptor file encodings GBK and Big5 #10
Comments
That could be correct, this part of VMDK was undocumented last time I checked. I'll have a look to add GBK support when time permits. |
I have got the save problem,and the vmdk coding is 'GBK' and 'Big5' |
GBK support which is presumed to map to Windows cp936 for now added in a3f6142 |
"Big5" also seems to be a broader standard like GBK but I'll map this to windows cp950 for now https://en.wikipedia.org/wiki/Big5 |
Big5 support which is presumed to map to Windows cp950 for now added in 4b09bb8 |
based on libyal/libclocale#5, one thing that could be useful is to create a VMDK with an "euro sign" that can be shared. That should give more resolution on which encoding is actually used for GBK. |
The vmdk file header is like:
I debug the libvmdk,and find the error is happen at line 977 in libvmdk\libvmdk_descriptor_file.c
so maybe libclocale_codepage_copy_from_string not support code page string like "GBK"?
The text was updated successfully, but these errors were encountered: