search for: uppercasestring

Displaying 12 results from an estimated 12 matches for "uppercasestring".

2011 Sep 23
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
..._t but this depends on one more macro). I check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com>wrote: > On Tue, Sep 20, 2011 at 4:15 PM, Nikola Smiljanic &l...
2011 Sep 27
3
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...s depends on one more macro). I check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. > > I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? > > On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Tue, Sep 20, 2011 at 4:15 PM, Nikola Sm...
2011 Sep 29
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...s on one more macro). I check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. >> >> I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? >> >> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Tue, Sep 20, 2011 at 4:15 P...
2011 Sep 20
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On Tue, Sep 20, 2011 at 4:15 PM, Nikola Smiljanic <popizdeh at gmail.com> wrote: > OK since this approach makes sense I'll shoot with my questions :) > 1. Where should get_utf8_argv go and is the name of this function OK? Right > now the function is inside llvm::sys::fs namespace because I need access to > Windows.h, should I leave it there. I don't think it belongs
2011 Sep 29
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...ne more macro). I check to see that size of these two structures > is the same, but is there something more that I could do? I'd also like to > use some kind of static assert instead of runtime assert. > > I've also noticed that function LowercaseString (the same applies to > UppercaseString) doesn't work with UTF8 input. It's calling isupper and > tolower and these functions can't handle UTF8. This should get a new issue > probably? > > On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com>wrote: > >> On Tue, Sep 20, 2011 at 4...
2011 Sep 30
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...more macro). I check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. >>> >>> I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? >>> >>> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote: >>> On Tue, Sep 20, 20...
2011 Sep 30
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...eck to see that size of these two structures >> is the same, but is there something more that I could do? I'd also like to >> use some kind of static assert instead of runtime assert. >> >> I've also noticed that function LowercaseString (the same applies to >> UppercaseString) doesn't work with UTF8 input. It's calling isupper and >> tolower and these functions can't handle UTF8. This should get a new issue >> probably? >> >> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com>wrote: >> >>> O...
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...of these two structures >>> is the same, but is there something more that I could do? I'd also like to >>> use some kind of static assert instead of runtime assert. >>> >>> I've also noticed that function LowercaseString (the same applies to >>> UppercaseString) doesn't work with UTF8 input. It's calling isupper and >>> tolower and these functions can't handle UTF8. This should get a new issue >>> probably? >>> >>> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com>wrote: >&gt...
2011 Oct 03
5
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...cro). I check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. >>>> >>>> I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? >>>> >>>> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote: >>>> On Tue...
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...ures >>>> is the same, but is there something more that I could do? I'd also like to >>>> use some kind of static assert instead of runtime assert. >>>> >>>> I've also noticed that function LowercaseString (the same applies to >>>> UppercaseString) doesn't work with UTF8 input. It's calling isupper and >>>> tolower and these functions can't handle UTF8. This should get a new issue >>>> probably? >>>> >>>> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com&g...
2011 Sep 30
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...eck to see that size of these two structures >> is the same, but is there something more that I could do? I'd also like to >> use some kind of static assert instead of runtime assert. >> >> I've also noticed that function LowercaseString (the same applies to >> UppercaseString) doesn't work with UTF8 input. It's calling isupper and >> tolower and these functions can't handle UTF8. This should get a new issue >> probably? >> >> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com>wrote: >> >>> O...
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...check to see that size of these two structures is the same, but is there something more that I could do? I'd also like to use some kind of static assert instead of runtime assert. >>>>> >>>>> I've also noticed that function LowercaseString (the same applies to UppercaseString) doesn't work with UTF8 input. It's calling isupper and tolower and these functions can't handle UTF8. This should get a new issue probably? >>>>> >>>>> On Wed, Sep 21, 2011 at 1:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote: >>>&gt...