[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47571] Problem with umlaut in command line
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #47571] Problem with umlaut in command line |
Date: |
Fri, 01 Apr 2016 23:06:13 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #11, bug #47571 (project octave):
Looks OK...?
>> tmp = 'Müller'
tmp = Müller
>> whos
Variables in the current scope:
Attr Name Size Bytes Class
==== ==== ==== ===== =====
tmp 1x7 7 char
Total is 7 elements using 7 bytes
>> tmp+0
ans =
77 195 188 108 108 101 114
>> "Müller" == "Möller"
ans =
1 1 0 1 1 1 1
>> tmp = repmat(tmp, 1, 32)
tmp =
MüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüllerMüller
>> strrep(tmp, "Müller", "Möller")
ans =
MöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöller
>> strrep(tmp, "ü", "ö")
ans =
MöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöllerMöller
>>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47571>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Martl, 2016/04/01
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Martl, 2016/04/01
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line,
anonymous <=
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Philip Nienhuis, 2016/04/02
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Philip Nienhuis, 2016/04/02
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/04/02
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/04/02
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Martl, 2016/04/04
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/04/04
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Mike Miller, 2016/04/04
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/04/04
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/04/05
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Martl, 2016/04/07