pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.0-21-g90f527


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.0-21-g90f5278
Date: Mon, 05 Aug 2013 02:42:39 +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  90f52783e836aa7bd1c4da6f58f7ab951cd7a3da (commit)
      from  f1e84802839683eba11166a85e2f9fb5d49f3490 (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 90f52783e836aa7bd1c4da6f58f7ab951cd7a3da
Author: Ben Pfaff <address@hidden>
Date:   Sun Aug 4 19:42:29 2013 -0700

    encoding-guesser: Fix bug in parsing fallback encodings.
    
    The encoding guesser originally used UTF-8 as a fallback in situations
    where it had already figured out that UTF-8 couldn't be right.  Commit
    d6c75296 (encoding-guesser: Fall back to windows-1252 when UTF-8 can't be
    right.) fixed this, by falling back to window-1252 when UTF-8 was known to
    be wrong, but it also introduced a bug where this change to the fallback
    encoding occurred even when UTF-8 had not be determined to be wrong.  This
    commit fixes that problem.
    
    Reported by John Darrington.

-----------------------------------------------------------------------

Summary of changes:
 src/libpspp/encoding-guesser.c |   45 ++++++++++++++++++++++++++++++---------
 1 files changed, 34 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]