Displaying 20 results from an estimated 3000 matches similar to: "Turkish character support?"
2017 Jun 25
0
Syslinux FONT Command
> I'm using Syslinux 6.03. I'm using FONT command. I have converted
> cp857.08, cp857.14 and cp857.16 these are KBD Project fonts to PSF file
> format. My isolinux.cfg file's encoding is CP857 (Turkish VGA/DOS Font
> Encoding). But FONT command doesn't work.
>
>
> My isolinux.cfg file's content is below:
>
> FONT cp857.psf
>
> SAY
2017 Jun 24
2
Syslinux FONT Command
I'm using Syslinux 6.03. I'm using FONT command. I have converted
cp857.08, cp857.14 and cp857.16 these are KBD Project fonts to PSF file
format. My isolinux.cfg file's encoding is CP857 (Turkish VGA/DOS Font
Encoding). But FONT command doesn't work.
My isolinux.cfg file's content is below:
FONT cp857.psf
SAY ??i?????????
But these characters (??i?????????) don't
1999 Jun 08
2
Tuýrkish Character Set
Hello,
I am new to this list. I have (and all Trukish users of Samba) trouble with
Turkish charactes (iso8859-9)with Samba. I saw some character definition tables
in charcnv.o (in sources). I couldn't understand the logic. A part of the table
for iso8859-2 is
/* MSDOS Code Page 852 -> ISO-8859-2 */
update_map("\241\244\242\364\243\235\244\317\245\225\246\227\247\365");
2005 Jan 05
0
Turkish character problem
Hi;
I use Solaris 5.9 with Samba 2.2.8a. I have changed my codepage to 857 and
character set to 8859-9.
I do not copy files between solaris and windows. I use samba to print text
files from solaris server to windows Xp share printers.
I can see and edit the text files inside with turkish characters in solaris.
But when i print it from windows share printers, turkish characters does not
2017 Aug 13
1
[Bug 1167] New: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army
https://bugzilla.netfilter.org/show_bug.cgi?id=1167
Bug ID: 1167
Summary: Hacked By KingSkrupellos Cyberizm.Org Digital Security
Technological Turkish Moslem Army
Product: bugzilla
Version: other
Hardware: sparc64
OS: RedFlag Linux
Status: NEW
Severity: minor
Priority: P5
2011 Jul 12
2
Translating CentOS Manual to Turkish.
Dear Sezer,
On 07/12/2011 10:37 PM, 7x24 WEB SERVICES wrote:
>
> My name is Sezer DEGE and I own a web hosting company.
>
> I come through the CentOS 6 release notes web page.
>
> http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0
>
> I'd like contribute by translating this to Turkish language if its needed.
>
> Could you please lead me how can I do this?
>
2017 Feb 26
0
Turkish psf Font for Syslinux
Hello everyone.
I use Syslinux and kbd Project. Turkish keyboard layout is work, but psf fonts don't work correctly.
I would like Turkish psf font for Syslinux. Where can I download correct psf font for Syslinux?
Best regards,
Ercan
2009 Sep 09
2
InvalidArgumentError throw using Turkish stemmer and posting text "'leri"
Hi all,
I've come across a very strange bug with Xapian 1.0.9.0 and the Turkish
query parser when trying to index a string (as posting) that looks like
this: "...bir araya getiren CD'leri son teknolojiyle piyasaya...". The
actual offending bit of the string is: 'leri
It throws the message I have shown below. The real annoyance is that I can't
seem to catch it because it
2013 Jul 02
2
About Decode Streaming
Martijn,
I don't use any metadata when encoding and decoding. When I call
*FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(m_decoder)] *
*
*
it returns
FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
enum value. Is it an error ?
2013/7/2 Burak Or?un ?zkablan <borcunozkablan at gmail.com>
> Hi again,
>
> I can not solve problem. I want to mention my source code, so
2013 Jul 02
0
About Decode Streaming
Hi again,
I can not solve problem. I want to mention my source code, so you may
answer easily.
This is decoder init stream function.
*FLAC__stream_decoder_init_stream(m_decoder, decoderReadCallback, NULL,
NULL, NULL, NULL, decoderWriteCallback, NULL, decoderErrorCallback,
input_pile_array);*
*
*
Then, callbacks
*
*
/// \brief read callback function of decoder
FLAC__StreamDecoderReadStatus
2013 Jul 01
0
About Decode Streaming
I'll top-post this one because it wasn't sent to the mailinglist but to
me. Please reply to list next time.
I assume you mean the main.c files in the encode and decode directory
under examples. I can't really determine the root cause of your problem
with this information, but I think you're trying to feed the decoder
blocks that are incomplete. The LOST SYNC error is usually
2013 Jul 01
2
About Decode Streaming
Sorry, I am newbie.
Sample codes are from
https://github.com/oneman/libflac/tree/master/examples/cpp.
I used FLAC__stream_decoder_process_single function but it still gives
exception. Maybe I could not control read callback, you're right.
I will check it and write result in this thread.
Thanks for help.
2013/7/1 Martijn van Beurden <mvanb1 at gmail.com>
> I'll top-post this
2008 Mar 26
1
adjusted means and adjusted standard errors after ANOVA
I am trying to obtain adjusted means and standard errors for a three way
ANOVA
I have three effects, two continuous; fire frequency and annual
precipitation, and one categorical; soil type in an unbalanced design.
I am testing the effect of annual precipition (AP), soil type (ST), and fire
frequency (FF) on stem count (SCt)
My data table looks as such:
ST
FF
AP
SCt
3
Coy
2006 Jul 11
0
malformed utf-8 character error
Hi,
I am using ajax scaffold generator with charset=iso-8859-9(Turkish)...
Edit & Create buttons work correctly when there is no turkish chars in the current record. But, if there are turkish chars in any of the fields in the current row, buttons don''t work... (loading indicator simply spinning forever...)
I put the KCODE=''u'' line in
2004 Dec 23
2
how to ignore t.test error message
Hello,
I was wondering if there is a way to ignore the error
message you get when some of the data means you
compare are constant in some lines of your data frame.
I'd like to go ahead with t.test and get the
calculated p-values anyway in such a case.
Thanks
-burak
2004 Jan 13
2
Voicepulse
I am having probelms connecting to voicepulse this morning. Is anybody else
having issues..
burak
2013 Jul 02
3
About Decode Streaming
Yes, I have tried plain wav data with file and stream functions of decoder
and encoder. They work succesfully.
You're right about FLAC can't find the first block in stream, because I
didn't add any metadata in stream. The documentation of FLAC says that
metadata callback function is optional for stream function of decoder, so I
didn't need adding metadata.
Actually, I am sure
2006 Jan 28
2
VOIP carriers and asterisk
Hi all,
I am new to asterisk and am looking for a voip provider that supports
asterisk. I am aware that their are several vendors to choose from. Any
opinions on the best one?
thanks
Burak Balasaygun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060128/0a97a302/attachment.htm
2003 Dec 14
3
ignorepat
Hi
I have the following configuration at home one ZAPTEL interface connecting
to an FXO card and two SIP UAs connecting to asterisk locally. I have
configured extensions.conf such that dialing 9 on the SIP phones allows me to
dial an outbound number via the FXO interface . Works fine.
What's not working is that pressing 9 should causes either GS BT-100 phone
to reacquire a dialtone
2008 Jun 01
2
how to analyze time series structures?
h?, I am preparing undergraduate thesis If you help me this would make me
feel good.
First I need to analyze effect of Dow Jones Industrial average(DJIA)'s
return on Istanbul Stock Exchange(ISE). I want to use Markov-Switching
Bayesian Vector Autoregression Models (MSBVAR) that is used to examine the
effect of a large economy?s stock exchange movement on a small economy?s
stock exchange