After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323934 - Goes in loop on Next Character in Low Surrogates
Goes in loop on Next Character in Low Surrogates
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Immediate critical
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 22:26 UTC by Behnam Esfahbod
Modified: 2006-01-21 19:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixing the behaviour of Next Charater on Surrogate blocks (1.57 KB, patch)
2005-12-12 23:29 UTC, Behnam Esfahbod
committed Details | Review

Description Behnam Esfahbod 2005-12-12 22:26:17 UTC
I think it's for very charmap without any valid character.
Comment 1 Behnam Esfahbod 2005-12-12 23:29:23 UTC
Created attachment 55918 [details] [review]
Fixing the behaviour of Next Charater on Surrogate blocks

...And any other chapter without any valid character.
Comment 2 Behdad Esfahbod 2006-01-21 19:03:48 UTC
Committed after fixing paranthesis around the conditional.

2006-01-21  Behdad Esfahbod  <behdad@gnome.org>

        * gucharmap/gucharmap-window.c: Fix infinite loop on Next Character
        in empty chapters like Low Surrogates. (bug #323934, Behnam Esfahbod)