Encoding: Add ToWindowsExtendedPath function
Move the implementation of `SystemTools::ConvertToWindowsExtendedPath` over to a new function in `Encoding`. It does not depend on other things `SystemTools` and will be useful in other KWSys components that already depend on `Encoding` but not `SystemTools`.
Showing
- Encoding.hxx.in 11 additions, 0 deletionsEncoding.hxx.in
- EncodingCXX.cxx 58 additions, 0 deletionsEncodingCXX.cxx
- SystemTools.cxx 1 addition, 50 deletionsSystemTools.cxx
- SystemTools.hxx.in 1 addition, 7 deletionsSystemTools.hxx.in
- testEncoding.cxx 83 additions, 0 deletionstestEncoding.cxx
- testSystemTools.cxx 0 additions, 79 deletionstestSystemTools.cxx
Loading
Please register or sign in to comment