Skip to content

Commit 305598b

Browse files
committed
patch 7.4.1204
Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
1 parent 4349c57 commit 305598b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/gui_motif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4074,7 +4074,7 @@ gui_mch_replace_dialog(eap)
40744074
* Synchronize all gui elements, which are dependant upon the
40754075
* main text font used. Those are in esp. the find/replace dialogs.
40764076
* If you don't understand why this should be needed, please try to
4077-
* search for "piê¶æ" in iso8859-2.
4077+
* search for "pi\xea\xb6\xe6" in iso8859-2.
40784078
*/
40794079
void
40804080
gui_motif_synch_fonts(void)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
1204,
749751
/**/
750752
1203,
751753
/**/

0 commit comments

Comments
 (0)