Changeset 449 for trunk/include/cppbase


Ignore:
Timestamp:
Sep 5, 2020, 7:17:44 PM (5 years ago)
Author:
pr
Message:

Add BSUString copy constructor for codepaged C strings.
Substitute "(C)" for copyright symbol on unsupported codepages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cppbase/bs_string.h

    r421 r449  
    2323
    2424/*
    25  *      This file Copyright (C) 1999-2015 Ulrich M”ller.
     25 *      This file Copyright (C) 1999-2020 Ulrich M”ller.
    2626 *      This program is free software; you can redistribute it and/or modify
    2727 *      it under the terms of the GNU General Public License as published by
     
    910910            BSUString(BSUniCodec *pCodec,
    911911                      const BSString &str);
     912            BSUString(BSUniCodec *pCodec,
     913                      const char *psz);
    912914
    913915            /********************************************
Note: See TracChangeset for help on using the changeset viewer.