[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=334733

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||21.08

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=334733

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/okular/commit/929c94e0 |hics/okular/commit/1047fd1d
   |9d6b44b7b26c2f43e9d0b8451ee |f77a3e70ebf76c26bd821d26806
   |0e4ca   |3592c

--- Comment #12 from Albert Astals Cid  ---
Git commit 1047fd1df77a3e70ebf76c26bd821d268063592c by Albert Astals Cid, on
behalf of Yaroslav Sidlovsky.
Committed on 14/07/2021 at 19:58.
Pushed by aacid into branch 'release/21.08'.

Fixed encoding detection for small texts (up to 3000 bytes)
(cherry picked from commit 929c94e09d6b44b7b26c2f43e9d0b8451ee0e4ca)

M  +5-0generators/txt/document.cpp

https://invent.kde.org/graphics/okular/commit/1047fd1df77a3e70ebf76c26bd821d268063592c

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=334733

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/929c94e0
   ||9d6b44b7b26c2f43e9d0b8451ee
   ||0e4ca
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Albert Astals Cid  ---
Git commit 929c94e09d6b44b7b26c2f43e9d0b8451ee0e4ca by Albert Astals Cid, on
behalf of Yaroslav Sidlovsky.
Committed on 14/07/2021 at 08:23.
Pushed by aacid into branch 'master'.

Fixed encoding detection for small texts (up to 3000 bytes)

M  +5-0generators/txt/document.cpp

https://invent.kde.org/graphics/okular/commit/929c94e09d6b44b7b26c2f43e9d0b8451ee0e4ca

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=334733

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=334733

--- Comment #10 from Yaroslav Sidlovsky  ---
https://invent.kde.org/graphics/okular/-/merge_requests/454

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=334733

--- Comment #9 from Yaroslav Sidlovsky  ---
Plus I can confirm that bug still exists in okular-21.04.3.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=334733

Yaroslav Sidlovsky  changed:

   What|Removed |Added

Version|0.19.1  |21.04.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=334733

Yaroslav Sidlovsky  changed:

   What|Removed |Added

 CC||zawer...@gmail.com

--- Comment #8 from Yaroslav Sidlovsky  ---
The problem lies there:
https://invent.kde.org/graphics/okular/-/blob/5447aa1021a2313c4e4cfddbd3a0abb86270ee13/generators/txt/document.cpp#L52.

For small text confidence() will always returns small values.
In case of example from the attachment "confidence() == 0.2" => no encoding
will be selected at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=334733

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||fahad.alsa...@gmail.com

--- Comment #7 from Ilya Bizyaev  ---
*** Bug 353302 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2021-07-12 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=334733

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2020-12-22 Thread Alexander Kernozhitsky
https://bugs.kde.org/show_bug.cgi?id=334733

Alexander Kernozhitsky  changed:

   What|Removed |Added

 CC||sh200...@mail.ru

--- Comment #6 from Alexander Kernozhitsky  ---
Just tried on Okular 20.12.0, the bug is still reproducible for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2020-02-07 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=334733

Albert Astals Cid  changed:

   What|Removed |Added

 CC||motherlode.m...@gmail.com

--- Comment #5 from Albert Astals Cid  ---
*** Bug 416997 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2017-07-20 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=334733

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 334733] Okular txt backend chokes on unicode text

2017-02-25 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=334733

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.