Wireshark-commits: [Wireshark-commits] master 4695ea2: Add DEGREE SIGN character to utf8_entities.h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 16 Oct 2015 23:27:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4695ea20cc8f241c5b2ae0e6fc380cc583ee5050
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4695ea2 by Guy Harris (guy@xxxxxxxxxxxx):

    Add DEGREE SIGN character to utf8_entities.h and use it.
    
    Add a #define giving the UTF-8 sequence for DEGREE SIGN, and use it in
    packet-synphasor.c rather than having it define its own version.  Use it
    in some other places rather than a string of two octal values.
    
    Change-Id: Ic0f3b23ae0165c9824d89304d683f45bce31dced
    Reviewed-on: https://code.wireshark.org/review/11102
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b05803d   CMake: Add /WX
    adds  4695ea2   Add DEGREE SIGN character to utf8_entities.h and use it.


Summary of changes:
 epan/dissectors/packet-lisp.c                  |   11 +++++++----
 epan/dissectors/packet-synphasor.c             |    6 +++---
 epan/dissectors/packet-zbee-zcl-meas-sensing.c |   10 ++++++----
 wsutil/utf8_entities.h                         |    1 +
 4 files changed, 17 insertions(+), 11 deletions(-)