[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #13 from Mike Kaganski  ---
(In reply to Ming Hua from comment #12)

Thank you for testing/confirmation!
As mentioned, the rest is rather on FB side; so let's close this one, as the
change we actually needed on LO side.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #12 from Ming Hua  ---
(In reply to Mike Kaganski from comment #10)
> I believe https://gerrit.libreoffice.org/c/core/+/121886 would *improve*
> this a bit. I.e., *if* the path only uses characters representable in
> current Windows codepage, then it should be possible to use such paths with
> Firebird DB.
Indeed, I've installed a daily build including this commit, and it fixed both
issues described in comment #0 for me.

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: a9cc066a86c6bd3423c5802c5a4eded55a50c754
CPU threads: 2; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: threaded

As the simplified Chinese Windows code page 936 is rather large and covers many
scripts, and I only have problem with Chinese characters in account names, I
myself consider this issue FIXED.

If the developers want to leave this open for further efforts supporting more
Unicode characters not representable in Windows code page, that's fine by me,
but I probably won't be able to help with any further testing.

Thanks Mike for look into this, and everyone for helping!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #11 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/d33f5abc4423aad4087eb77c920fcbd74e34533f

tdf#125286: Inform Firebird that we use UTF8 in paths

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #10 from Mike Kaganski  ---
I believe https://gerrit.libreoffice.org/c/core/+/121886 would *improve* this a
bit. I.e., *if* the path only uses characters representable in current Windows
codepage, then it should be possible to use such paths with Firebird DB.

Still, the issues mentioned in comment 9 would prevent from use of paths with
characters not representable in the active Windows codepage. E.g., on my
Russian system, I will not be able to use Chinese or Japanese characters in
path, until FB implements Unicode path handling on Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2021-05-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #9 from Julien Nabet  ---
I noticed these bugtrackers:
- https://github.com/FirebirdSQL/firebird/issues/2603
- https://github.com/FirebirdSQL/firebird/issues/3546
perhaps related.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

Julien Nabet  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #8 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I created a new user
with non ascii characters and I don't reproduce this so I suppose it's indeed
Windows only.
Here's a codepointer to start:
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/Connection.cxx?r=f853ec31#172
172 m_sFirebirdURL = m_pDatabaseFileDir->GetFileName() + "/firebird.fdb";
173 m_sFBKPath = m_pDatabaseFileDir->GetFileName() + "/firebird.fbk";

I suppose "m_pDatabaseFileDir->GetFileName()" is ko but can't tell more.
We need someone who can build sources on Windows and who has a non ascii
profile directory.

Stephan: comparing method osl_getFileURLFromSystemPath sal/osl/unx/file_url.cxx
and sal/osl/w32/file_url.cxx, I noticed Unix version used RTL_TEXTENCODING_UTF8
and Windows version RTL_TEXTENCODING_ASCII_US, is it expected?
see
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/file_url.cxx?r=0f874472#440

https://opengrok.libreoffice.org/xref/core/sal/osl/w32/file_url.cxx?r=895cd721#892

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-11-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

himajin100...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #7 from himajin100...@gmail.com ---
Similar report from a Japanese user.
https://ask.libreoffice.org/ja/question/186957/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #6 from Ming Hua  ---
Both problems are still reproducible in 6.4.0 beta1.

Version: 6.4.0.0.beta1 (x64)
Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920
CPU threads: 2; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: zh-CN (zh_CN); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #5 from Ming Hua  ---
One more data point -- I can reproduce both problems on Win10 with LO 6.3.0
beta2.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #4 from Ming Hua  ---
Drew and Julien, thanks for looking into this bug.

I did exactly the same test in comment #1 on my computer under the
English-named administrative account with LO 6.2.4.  No problems as well.

So yeah, that's probably not a satisfactory test.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
(In reply to Ming Hua from comment #2)
> (In reply to Drew Jensen from comment #1)
> ...
> I don't think there is anything comparable on Linux though.  A Chinese $HOME
> (/home/预算 for example) maybe, but I don't think Linux allows non-ascii
> username yet.

Indeed, I made the same test as Drew (see comment 1) in Win10 with master
sources updated today, no problem to create the file and reopen it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #2 from Ming Hua  ---
(In reply to Drew Jensen from comment #1)
> Well, so far I've only been able to look at this on Linux and on a machine
> set for English. Using LO 6.3 Beta 1
> 
> I tried this: 
> Created a directory: 预算
> Created a Base (Firebird embedded)  file named 预算 and stored it in that
> directory. No problem.
> Added a table named 支付 with columns 键, 量 and 日期. Again with no problems.
Not that it's an important difference, but I'd like to comment that my problem
comes from a Chinese *user account name*, not necessarily a Chinese directory.

I don't think there is anything comparable on Linux though.  A Chinese $HOME
(/home/预算 for example) maybe, but I don't think Linux allows non-ascii username
yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-06-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

--- Comment #1 from Drew Jensen  ---
Well, so far I've only been able to look at this on Linux and on a machine set
for English. Using LO 6.3 Beta 1

I tried this: 
Created a directory: 预算
Created a Base (Firebird embedded)  file named 预算 and stored it in that
directory. No problem.
Added a table named 支付 with columns 键, 量 and 日期. Again with no problems.

So that is not a really satisfactory test - I'll see about getting a Chinese
character account on a Windows 10 machine and try it all there. Beyond that I
need to reach out to someone on the Chinese mailing lists for help in checking
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125286] FIREBIRD - Base not usable under Windows account with Chinese user name (UTF character support)

2019-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125286

Alex Thurgood  changed:

   What|Removed |Added

Summary|Base not usable under   |FIREBIRD - Base not usable
   |Windows account with|under Windows account with
   |Chinese user name   |Chinese user name (UTF
   ||character support)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs