mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
Fix to make UTF-8 compatible (Bug# 157113)
This commit is contained in:
parent
92f1d746a0
commit
5e5664eae5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public interface IBuildEnvironmentVariable{
|
|||
* The Environment Variable Provider will also remove the duplicates of "sub-values"
|
||||
* in the resulting value.
|
||||
* For example:
|
||||
* If the current value is "string1:string2:string3", the getDelimiter() method returns “:”
|
||||
* If the current value is "string1:string2:string3", the getDelimiter() method returns ":"
|
||||
* and getValue() method returns "string4:string2" the new value will contain:
|
||||
* For the "prepend" operation: "string4:string2:string1:string3"
|
||||
* For the "append" operation: "string1:string3:string4:string2"
|
||||
|
|
Loading…
Add table
Reference in a new issue