[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2019-04-03 Thread Kevin Dibble
Hi Steven,

Agree that this is not a mahara issue - but the language support on the server 
itself.
Are you happy for me to close this issue as invalid? 

** Changed in: mahara
   Status: In Progress => Invalid

-- 
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:
  Invalid

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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2019-04-02 Thread Steven
Environment tested: Master & with Patch on master
Browser tested: Chrome

PRECONDITIONS: 
 
1) Mahara user1 exists (no roles)
2) Mahara user2 exists (no roles)
3) User portfolio page exists and has the following 
  a) Text block with chinese characters for tittle and content 
  b) File block with a file named 我的个人资料内容.txt
  c) Image file with a file named 兔八哥.jpg

TEST STEPS: 
 
1) Log in as Mahara user1 
2) Export portfolio page as a Standalone HTML website
3) Export portfolio page as a Leap2a file 
4) Log out and Log in as Mahara user2
5) Import the Leap2a file and add the content 
6) Verify that the imported portfolio page and all of the blocks and files have 
not changed or become garbled ✔

Viewing the Standalone HTML
-
7) Open the verify that the index.hml in a browser 
8) Browse to the Portfolio page 
9) Verify that the portfolio page and all of the blocks and files have not 
changed or become garbled ✔

Catalyst QA - everything working as expected - could not replicate bug

-- 
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:
  In Progress

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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2019-03-27 Thread Kevin Dibble
** Changed in: mahara
 Assignee: (unassigned) => Kevin Dibble (digitalskill)

** Changed in: mahara
   Status: Confirmed => In Progress

-- 
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:
  In Progress

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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2019-03-26 Thread Kevin Dibble
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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2016-01-19 Thread Mason Warring
** Changed in: mahara
 Assignee: Mason Warring (corgifan2) => (unassigned)

-- 
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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2016-01-18 Thread Mason Warring
** Changed in: mahara
 Assignee: (unassigned) => Mason Warring (corgifan2)

-- 
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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2015-01-12 Thread Sylvi Low
** Changed in: mahara
 Assignee: Sylvi Low (sylvilow-student) = (unassigned)

-- 
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 ePortfolio:
  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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1184947] Re: Cannot export with chinese file name

2015-01-12 Thread Sylvi Low
** Changed in: mahara
 Assignee: (unassigned) = Sylvi Low (sylvilow-student)

-- 
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 ePortfolio:
  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 : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp