-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Bug]: Variable Name with Japanese is truncated opening a ods file #2789
Comments
@shun2wang did you ever have this problem? |
I didn't saw this problem,.@momoldo could you please share your .ods file and we will have a look? |
Thank you for your reply. This file causes this problem... I'm checking if another ods file causes same problem. Do this file "testfile2.ods" causes problem? |
"珈琲" is something wrong. Testfile3.ods hos three variables "追手門学院大学", "コメダ珈琲" and "珈琲Shop". The name of the second variable changes "コメダ" and the third changes "珈琲". |
yeah, confirmed this is a importing ods problems, if rows names in see: <table:table-cell office:value-type="string" table:style-name="ce2">
<text:p>
<text:ruby text:style-name="ru1">
<text:ruby-base>喫茶店</text:ruby-base>
<text:ruby-text text:style-name="T5">キッサテン </text:ruby-text>
</text:ruby>
<text:ruby text:style-name="ru1">
<text:ruby-base>珈琲</text:ruby-base>
<text:ruby-text text:style-name="T5">コーヒー </text:ruby-text>
</text:ruby>
</text:p>
</table:table-cell> and <table:table-cell office:value-type="string" table:style-name="ce2">
<text:p>
<text:ruby text:style-name="ru1">
<text:ruby-base>都市名</text:ruby-base>
<text:ruby-text text:style-name="T5">トシメイ </text:ruby-text>
</text:ruby>
</text:p>
</table:table-cell> |
Thank you for your job! |
is what it gets loaded as on linux, looking like boxes... |
This issue might be solved by the PR jasp-stats/jasp-desktop#5703 but there might be some strange issues with such characters in ods. Not sure whats up, but if it works on Shun and momoldo's systems I guess it works where it needs to. |
JASP Version
0.18.3
Commit ID
No response
JASP Module
Unrelated
What analysis are you seeing the problem on?
No response
What OS are you seeing the problem on?
macOS Silicon
Bug Description
I attempted this ods file to JASP.
This is a result opend in JASP
The name of the fifth variable consists five Kanji characters, but after opening in JASP, this consists three Kanji characters.
This situation don't happen when I open csv file. It's not a serious problem, but kanji characters in a csv file sometimes happen another problem when it opened.
Expected Behaviour
It is not serious. If it is easy to repair, I need to repair the problem.
Steps to Reproduce
I can't recognize what kanji character happens this problem.
Log (if any)
No response
Final Checklist
The text was updated successfully, but these errors were encountered: