World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Louis 25-Jul-2008 [6671] | Is unicode support finished? |
Henrik 25-Jul-2008 [6672x2] | it's implemented, although there are still compatibility bugs left some places. |
unicode has changed many things on a basic level. this affects some mezzanines which need to be fixed. | |
Louis 25-Jul-2008 [6674] | I figured unicode support would be very complex, but I think now that it was even more complex than I thought. It will be very helpful to me. Thanks for the info, Henrik! |
BrianH 25-Jul-2008 [6675x2] | I am not aware of any bugs in the mezzanines relative to Unicode, but there are a few in the natives. Overall the code could use a conceptual audit for Unicode compatibility, though a great deal of this has been done already. |
If anyone else knows of specific bugs in the mezzanines that relate to Unicode, please bring them up here or in the applicable forums. | |
Henrik 25-Jul-2008 [6677] | BrianH, well I guess I counted indirect changes in. If you look at the latest bugs, some mezzanines still expect non-binary input for WRITE and non-binary output for READ. |
BrianH 25-Jul-2008 [6678x5] | I'll check. Thanks for the heads-up. |
That bug can't be fixed without the string-to-binary encoding and decoding infrastructure being there. Those native functions don't exist yet because their design is not finalized. | |
For that matter, I recall that there was some talk of changing the SAVE and LOAD functions completely. It is an unresolved design issue, unless Carl's current work includes string encoding and decoding as well. | |
So to answer Louis' question: Not yet, as far as we know. The data structures for Unicode strings are there, as are UTF-8 word! values, but binary encoding and decoding is not yet there, and there are some limts to Unicode input and output (mostly due to the Windows console). The encoding/decoding work seems likely to get done as a part of Carl's GUI work, as that will probably include text display. The console IO limits are likely to remain until the written-in-REBOL GUI console is adopted. | |
This is all an informed guess though :( | |
Louis 27-Jul-2008 [6683] | Thanks, Brian. |
Graham 28-Jul-2008 [6684x3] | Carl "A PANEL is a group of FACES, each of which are of a STYLE" = Vid3.4 |
Carl "Yes, this week I'll begin writing a lot more about the concepts, and provide examples, screenshots, and a diagram or two." | |
Carl "Yes, I have had the GUI running for some time..." | |
Henrik 30-Jul-2008 [6687] | this week I'll begin writing a lot more about the concepts... , which means it'll probably be ready in a couple of months. :-) |
Chris 31-Jul-2008 [6688] | A little funny for those familiar with Jesse's diets : ) |
shadwolf 3-Aug-2008 [6689] | henrik T____________________________T (/cry) |
shadwolf 5-Aug-2008 [6690] | so any news regarding the announced specs ? |
Henrik 5-Aug-2008 [6691] | nope |
shadwolf 5-Aug-2008 [6692x2] | but does a panel be transparent ? |
VID new name suggestion of the day by shadwolf VooDoo ( Visual object oooooh Display objects oooooooh ) | |
Henrik 6-Aug-2008 [6694] | we have no such details yet |
shadwolf 8-Aug-2008 [6695x4] | still no news from rebol3 so i propose you this work of mine to entertain you ^^ http://shadwolf.free.fr/RTE-line-Shad-03.r |
enjoy folks (more to come later that's only a 2 day work yes lot more things are to be done what works the keyboard arrow left and right the backspace ) | |
and ofcourse formated text insertion | |
(side note don't look the source code it's ugly ....) | |
Graham 8-Aug-2008 [6699x2] | it's very slow! |
the right arrow won't go past the last character | |
shadwolf 8-Aug-2008 [6701x2] | slow ? |
on my Crey C-90 that's smoothy :P | |
Graham 8-Aug-2008 [6703x2] | yes, the typing. |
also, if you use the arrow left you can't type again at the end. | |
shadwolf 8-Aug-2008 [6705] | ouai that's a little bug but hum I don't see it slow really .... |
Graham 8-Aug-2008 [6706] | this is on my IBM AT 286 |
shadwolf 8-Aug-2008 [6707x2] | ...... 286 OMG !!! that's a museum piece ... |
on my AMD X2 3.8 GHz that's smooth really | |
Graham 8-Aug-2008 [6709x3] | I think it's because you're dumping everything to the console |
Jk .. I have core duo laptop | |
and it's very slow. | |
shadwolf 8-Aug-2008 [6712x4] | hum .... that's strange i don't have it slow at all |
using reb/view 2.7 | |
even with all the consol traps | |
well anyway that's to make people dream show that the impossible is possible and enhance my skills too ^^ | |
Graham 8-Aug-2008 [6716x2] | http://screencast.com/t/eyB2Pmfmv |
quick video of my experience for you :) | |
shadwolf 8-Aug-2008 [6718x3] | yes ... that's SLOW ... and on my computer that's not so slow ... |
you have the spanish dancing windows ? (VISTA ?) | |
sorry for spannish noone deserves to be compared to VISTA ... | |
older newer | first last |