Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25780] Windows: Ti.Filesystem.File can't handle multilingual filename

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2018-09-20T12:41:37.000+0000
Affected Version/sRelease 7.0.0
Fix Version/sRelease 7.5.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2018-02-14T09:58:19.000+0000
Updated2018-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.

Comments

  1. Kota Iguchi 2018-02-15

    https://github.com/appcelerator/titanium_mobile_windows/pull/1185
  2. Samir Mohammed 2018-09-20

    FR Passed. Waiting on master Jenkins build.
  3. Samir Mohammed 2018-09-21

    *Closing ticket.* Fix is present in SDK version: 7.5.0.v20180921031133 Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/1185

JSON Source