Wireshark-commits: [Wireshark-commits] master afa8c02: Qt: Try to fix a Visual C++	encoding warning
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afa8c02e6fef5b575cb626e3e608c22856ebaad4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
afa8c02 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Try to fix a Visual C++ encoding warning.
    
    Try to fix
    
    .\simple_dialog.cpp(49) : warning C4566: character represented by universal-character-name '\uFFFF' cannot be represented in the current code page (1252)
    
    We're assigning a delimiter. "Cannot be represented" is a feature,
    not a bug.
    
    Change-Id: Iba8bc5f5b42a43ec971d822b0e00f932787c7b16
    Reviewed-on: https://code.wireshark.org/review/4409
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  2a2d75e   GSM SMS: follow-up of gd65b7d5
    adds  afa8c02   Qt: Try to fix a Visual C++ encoding warning.
Summary of changes:
 ui/qt/simple_dialog.cpp |    2 +-
 ui/utf8_entities.h      |   15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)