From: lordmulder Date: Thu, 2 Jun 2011 00:11:47 +0000 (+0200) Subject: Create proper .m3u8 playlist with UTF-8 BOM, if the file names contain Unicode charac... X-Git-Tag: Release_403~163 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e076c5b5ec7c9f00e1eadfbcf7dd06c54506a597;p=lamexp%2FLameXP.git Create proper .m3u8 playlist with UTF-8 BOM, if the file names contain Unicode characters. Otherwise create a simple .m3u playlist with Latin-1 encoding. --- diff --git a/doc/Changelog.html b/doc/Changelog.html index 16dc45ac..8ee9dc50 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -22,8 +22,9 @@ a:visited { color: #0000EE; }
  • Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
  • Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)
  • Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone -
  • Added one new translation: Korean
  • Added a method to use custom tools instead of the "built-in" ones (see FAQ doc for details) +
  • Added an option to copy all meta information of a single file over to the "meta information" tab +
  • Added one new translation: Korean
  • Updated Qt runtime libraries to v4.7.3
  • Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (details)
  • Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0 @@ -31,6 +32,7 @@ a:visited { color: #0000EE; }
  • Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0
  • Updated language files (big thank-you to all contributors !!!)
  • Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side +
  • Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required
  • Miscellaneous bugfixes
    diff --git a/doc/FAQ.html b/doc/FAQ.html index 138d5306..9c50fd65 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -49,6 +49,7 @@ a:visited { color: #0000EE; }
  • How can I translate LameXP to my language or improve an existing translation?
  • Where can I download the latest version of LameXP?
  • Where can I submit bug reports or feature requests? +
  • What programming language is LameXP written in?
  • Where can I find the LameXP source code?
  • What are the prerequisites to build LameXP from the sources? @@ -589,6 +590,14 @@ The preferred place to report bugs or request new features is the LameXP thread Please do NOT send me E-Mail unless you really have to! I receive a LOT of E-Mail and your mail can get lost!



    +What programming language is LameXP written in?
    +
    +While LameXP v3.xx and all earlier versions were written in Delphi/Pascal, starting with version 4.xx the
    +software has been re-written in the C++ programming language. LameXP v4.xx is based on the Qt cross-platform
    +application framework and offers full Unicode support. For the time being LameXP is Windows-only.

    + +

    + Where can I find the LameXP source code?

    LameXP is developed using the Git revision control system. The LameXP Git repository is mirrored at:

    Also note the following hints: