[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-66-gb20b80
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-66-gb20b80b |
Date: |
Fri, 04 Apr 2014 05:00:04 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via b20b80bfeb88eca603cb5c10b5a7188387fd23fd (commit)
from acd6ff28909652b1e0230764b7133909163b5fd3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b20b80bfeb88eca603cb5c10b5a7188387fd23fd
Author: Ben Pfaff <address@hidden>
Date: Thu Apr 3 21:59:47 2014 -0700
psppire-syntax-window: Recode file from final encoding, not original one.
When syntax_load() reads a syntax file, it can guess the correct encoding
using encoding_guess_whole_file(). When it does that, it's supposed to
use the guessed encoding to recode the file data into UTF-8. In fact, it
was using the original (NULL or "") encoding, which didn't work out well.
This commit makes it use the guessed encoding.
Bug #41975.
Reported by Mindaugas.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/psppire-syntax-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-66-gb20b80b,
Ben Pfaff <=