When creating a leap2a export - the file name gets appended with an id. This is expected behavior as without this id before the file name, the leap 2a cannot be re-imported.
So the 0-測試.txt is expected working. The garbling of Chinese names is not to do with the import/export, but the language support on the server itself. https://unix.stackexchange.com/questions/149348/how-to-display-chinese-characters-correctly-on-remote-red-hat-machine Basically, this may be a problem of mismatch between your locale, which is set to UTF-8, and the encoding of your Chineses character file, which may be encoded in gbk, gb2312, gb18030, or Big-5. The solution is to update the server to support different locale and languages. I would suggest to update the Mahara wiki for noting this to server admins that need to support different languages and closing this issue here. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1184947 Title: Cannot export with chinese file name Status in Mahara: Confirmed Bug description: I encounter export problem with any file (within the content -> file) with chinese file name: 1. If I choose to export to LEAP2A, the file is missing in the exported file. 2. If I choose to export to HTML, the file name become garbled. version: Mahara 1.7 server OS: ubuntu 10.04 php: 5.3.2.1.4.19 database: mysql 5.1.69.0.0.10.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1184947/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

