[TIMOB-25780] Windows: Ti.Filesystem.File can't handle multilingual filename
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-09-20T12:41:37.000+0000 |
| Affected Version/s | Release 7.0.0 |
| Fix Version/s | Release 7.5.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2018-02-14T09:58:19.000+0000 |
| Updated | 2018-09-21T12:21:42.000+0000 |
Description
Ti.Filesystem.File can't handle multilingual filename.
var msg = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory, '網上廣東話輸入法.txt');
Ti.API.info(msg.write('Appcelerator', true)); // This should return true.
Expected: This should write a file with given filename and given content.
https://github.com/appcelerator/titanium_mobile_windows/pull/1185
FR Passed. Waiting on master Jenkins build.
*Closing ticket.* Fix is present in SDK version:
7.5.0.v20180921031133Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/1185