[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2023-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #21 from Kevin Suo  ---
Closing this. As Mike Kaganski has mentioned, "feel free to submit a new
enhancement" for other encodings.

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2023-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=61
   ||703

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2022-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #20 from Kevin Suo  ---
I confirm the original bug behaviour is now fixed on 7.4 and trunk. The commit
763c2a436baa1814d2bf95477b9d79fa3934d5e5 added GB18030 which can still decode
most of the characters encoded as GBK.

I think we should leave this open for now in case someone is interested he/she
can still work on this for improvements (i.e. add the detection of other
encodings).

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6429

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #19 from Daniel Thomas  ---
https://bugs.documentfoundation.org/show_bug.cgi?id=146429 created for the
aforementioned addition

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

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

https://git.libreoffice.org/core/commit/763c2a436baa1814d2bf95477b9d79fa3934d5e5

tdf#92161 add GB18030 encoding to iodetect

It will be available in 7.4.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 92161] GBK encoded Chinese text not auto-detected

2021-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #17 from Mike Kaganski  ---
(In reply to Daniel Thomas from comment #16)
> Have created https://gerrit.libreoffice.org/c/core/+/127347 to fix this.

Thanks - merged! :)

> Though now I'm wondering whether we could modify that code to support all of
> the encodings in LO?

It should be relatively easy. We already have
rtl_getTextEncodingFromMimeCharset, which seems to be what ucsdet_getName
returns. The only concern here would be false detections, and we could use
ucsdet_getConfidence [1] to filter out unreliable detections.

Feel free to submit a new enhancement, and then fix it - that would be a nice
hack!

[1]
https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/ucsdet_8h.html#a30dd8812653be28766f1ee1bbc412c18

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #16 from dan...@fearnley.net ---
Have created https://gerrit.libreoffice.org/c/core/+/127347 to fix this. Though
now I'm wondering whether we could modify that code to support all of the
encodings in LO?

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp

--- Comment #15 from Mike Kaganski  ---
Note that after bug 60145 is fixed, it's actually easy to add auto-detection of
any encoding recognized by ICU's charset detector, amending
SwIoSystem::IsDetectableText.

Setting this as easyhack.

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2021-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=60
   ||145

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

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

Ming Hua  changed:

   What|Removed |Added

URL|https://order-essay.org/dbq |
   |-essay-help |
 Whiteboard|Order  Essay service|
   Keywords|accessibility,  |
   |corruptProfile  |

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

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

Mark Douglass  changed:

   What|Removed |Added

 Whiteboard||Order  Essay service
   Keywords||accessibility,
   ||corruptProfile
URL||https://order-essay.org/dbq
   ||-essay-help

--- Comment #14 from Mark Douglass  ---
Learn to clearly formulate, justify, defend your own point of view. What is
gained at the cost of one's own mental efforts and work and relying on
https://order-essay.org/dbq-essay-help. The most effective way to consolidate
and improve one's own achievements is best remembered and assimilated. And
learn from those who have already succeeded in what interests you.

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

[Libreoffice-bugs] [Bug 92161] GBK encoded Chinese text not auto-detected

2020-10-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #13 from Karyexander <9zm2fkq...@just4fun.me> ---
The information shown on this page is very important and useful for clients to
manage their schedules for transactions. Banks and other financial insitutions
are playing an essential role in business
https://www.essaysoriginreview.com/review-on-college-paper-org/ is a site where
you can get all the necessary details about 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 92161] GBK encoded Chinese text not auto-detected

2020-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #12 from Ingrid Cain  ---
The information shown on this page is very important and useful for clients to
manage their schedules for transactions. Banks and other financial insitutions
are playing an essential role in business
http://www.essaysoriginreview.com/review-on-college-paper-org/ is a site where
you can get all the necessary details about 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 92161] GBK encoded Chinese text not auto-detected

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

Mark Hung  changed:

   What|Removed |Added

 Blocks||113194


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113194
[Bug 113194] [META] Simplified Chinese (zh_CN) language-specific CJK issues
-- 
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 92161] GBK encoded Chinese text not auto-detected

2017-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Stéphane Aulery  changed:

   What|Removed |Added

   See Also||http://bugs.debian.org/7909
   ||03

-- 
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 92161] GBK encoded Chinese text not auto-detected

2016-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #11 from Cosimo Cecchi  ---
(In reply to Caolán McNamara from comment #5)
> IMO non utf-8 text is just archaic at this point

Caolán, unfortunately while this may be true for Europe and the US, it's
definitely not true for China. GB18030 is the standard in China and a
requirement for software that is distributed there.

-- 
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 92161] GBK encoded Chinese text not auto-detected

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Attachment #122951|0   |1
is obsolete||

-- 
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 92161] GBK encoded Chinese text not auto-detected

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Attachment #122949|0   |1
is obsolete||

-- 
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 92161] GBK encoded Chinese text not auto-detected

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Attachment #122950|0   |1
is obsolete||

-- 
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 92161] GBK encoded Chinese text not auto-detected

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

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also|http://bugs.debian.org/7909 |
   |03  |
   Severity|minor   |enhancement

--- Comment #10 from Maxim Monastirsky  ---
Removing unrelated debian bug from 'See Also', and changing to 'enhancement',
as charset auto-detection isn't implemented.

-- 
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 92161] GBK encoded Chinese text not auto-detected

2016-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Stéphane Aulery  changed:

   What|Removed |Added

   See Also||http://bugs.debian.org/7909
   ||03

-- 
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 92161] GBK encoded Chinese text not auto-detected

2016-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #9 from Stéphane Aulery  ---
Created attachment 122951
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122951=edit
Testing document rendered winth MS Word 2010 under Win7 x86

-- 
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 92161] GBK encoded Chinese text not auto-detected

2016-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #8 from Stéphane Aulery  ---
Created attachment 122950
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122950=edit
Testing document rendered winth LO 5.0.1.2 under Windows 7 x86

-- 
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 92161] GBK encoded Chinese text not auto-detected

2016-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

--- Comment #7 from Stéphane Aulery  ---
Created attachment 122949
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122949=edit
1040044624.DOC - document de 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 92161] GBK encoded Chinese text not auto-detected

2015-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92161

Beluga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|REOPENED|NEW
 CC||todven...@suomi24.fi
Summary|GBK encoded Chinese text|GBK encoded Chinese text
   |can't be read   |not auto-detected
   Severity|normal  |minor

--- Comment #6 from Beluga  ---
Set to NEW, lowered priority and adjusted summary.

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