Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
379 views

Create UNIX “special character” file

Suppose I want to create, in the spirit of /dev/zero, a file /dev/seven that produces the character '7' whenever it is read from. How should I go about doing something like this? Would I need to ...
4
votes
2answers
168 views

Where can I find information about Perl's special variables?

Perl has quite a few special variables such as @F, $!, %! ... etc. Where are all Perl's special variables documented?
4
votes
3answers
462 views

How to hide __methods__ in python?

I just wondered, how to hide special __.*__ methods in python*? Especially I am using an interactive python interpreter with tab-completion, and I would like to display only the methods my ...
3
votes
1answer
89 views

How to overload Python's __bool__ method? [closed]

Possible Duplicate: defining “boolness” of a class in python I thought this should print "False", why is it printing "True"? >>> class Foo(object): ... def ...
3
votes
3answers
107 views

Perl : Dereference between @_ and $_

I have a question with the following Code: #!/usr/bin/perl use strict; use warnings; my %dmax=("dad" => "aaa","asd" => "bbb"); my %dmin=("dad" => "ccc","asd" => "ddd"); ...
3
votes
1answer
156 views

Special characters (æøå) in Tkinter, entry.get()

I have written a program in Tkinter (Python 2.7), a scrabblehelper in Norwegian which contains some special characters (æøå). Which means my wordlist (ordliste), contains words with special ...
3
votes
2answers
129 views

Using variables that contain special characters in Perl regexes

I'm trying to search an array for lines that contain $inbucket[0]. Some of my $inbucket[0] values include special characters. This script does exactly what I want it to, until I hit a special ...
3
votes
3answers
228 views

How to translate an unprintable string to a normal string in python?

I have a string (that originally is taken from a search result of a search engine) that contains special characters such as '\xe9' and I just want to replace those characters to normal characters so ...
3
votes
1answer
505 views

Convert special characters like ë,à,é,ä all to e,a,e,a? Objective C

Is there a simple way in objective c to convert all special characters like ë,à,é,ä to the normal characters like e en a?
3
votes
3answers
356 views

HTML special characters in CSS “content” attribute

I'm trying to add content to something before an item using the CSS :before + content: fields. I want to insert a checkmark (☑), BUT if I use that in the content option, it prints as the ...
3
votes
2answers
131 views

Cannot insert character '≤' in SQL Server 2008

I have a SQL Server 2008 database and a nvarchar(256) field of a table. The crazy problem is that when I run this query: update ruds_values_short_text set value = '≤ asjdklasd' where rud_id=12202 ...
3
votes
3answers
232 views

In Lisp, how do I fix “Warning: Assumed Special?”

In this file I get 9 warnings of "assumed special". They are ;;;*** Warning in CHECK-ROW: CHECKARRAY assumed special in SETQ ;;;*** Warning in CHECK-ROW: RESULT assumed special in SETQ ;;;*** Warning ...
3
votes
1answer
201 views

Downloads folder: not special enough?

In .Net we can retreive the paths to 'special folders', like Documents/Desktop etc. Today I tried to find a way to get the path to the 'Downloads' folder, but it's not special enough it seems. I know ...
3
votes
2answers
228 views

vim special character “^\”

I opened a file in VI and I see a few instances of "^\" What exactly is this character? Thanks
3
votes
4answers
1k views

jQuery AJAX call undefined error with special characters

I tried to make an AJAX call using jQuery, the data has special characters, e.g {'data':'<p>test</p>'}. It seems failed to pass this data in the first place. It will work if i just pass ...
3
votes
2answers
182 views

How do I search Google for code and other programming related keywords? It seems to strip special characters

One of the problems I have with Google is that it seems to strip special characters like dots, commas and some other special characters, which are usually what I'm looking for when I'm trying to find ...
2
votes
3answers
92 views

regex to match word separated by characters and enclosed by xml tags

I have been trying to build a regex to do the following: Look for the word "alphabet" enclosed in xml tags , search would match the following: <hw>Al"pha*bet</hw> ...
2
votes
3answers
91 views

Initialize an object array in c++ with a special value

I am an intermediate java programmer and I am used to relaying on the null value in java for cheking if objets are initialized with some reference to instanced object in memory. I want to do something ...
2
votes
2answers
90 views

.NET C# special character

I have a C# application in which I am trying to make a string that will contain near the end \0. I didn't manage to do that. I did: string msg = "GGGG..8"; byte []b = ...
2
votes
1answer
77 views

Read java special character from a string in a file

I am making a program that reads code from a java file and removes all the comments, but I am having some problems with special character since I am assuming everything inside the " is part of a ...
2
votes
1answer
166 views

JQuery Popup character map

Does anybody know of a popup 'character map' jquery plugin? I have a text field and would like the user to be able to insert special characters (easily). Similar to the TinyMCE plugin. Thanks
2
votes
1answer
137 views

scipy cephes import error

I've spent hours trying to figure out how to fix this problem. I recently install scipy, and I can use most of its modules, except for any that seem to use the _cephes.so module in /scipy/special/ ...
2
votes
2answers
118 views

Jquery Special Events? What are they? How do I use them? Would this example be a good candidate for using Jquery Special Events?

What are Jquery Special Events? I googled it and am still a little confused, I think I might understand a little bit about it though. Please tell me if this would be a good candidate to code using ...
2
votes
2answers
419 views

Java api to get Microsoft Windows Special folders

I once found a nifty little library that used JNI to allow java applications on Windows to get the locations of various "special" directories on windows. I can't for the life of me find it again... ...
2
votes
4answers
969 views

Convert Special Characters (other language) to English in PHP

Is there a function that coverts special characters to their english equivalents. For Eg. Convert é to e. Etc...
2
votes
1answer
86 views

draggable accuracy in jQuery

Hi: I am running of a problem when I am trying to make a special drag drop in JQuery.In few words. from the link above you can see that when we drag the boxes to the dropping areas (the left red ...
2
votes
3answers
2k views

ajax post special characters

How do I pass a a large string containing characters like '%' and '&' to my php page through ajax post? In other words how to javascript-encode them and php-decode them?
1
vote
2answers
32 views

How do I display the correct character from UTF-8 string in PHP?

I have the original text: ferhat göçer and I want to display it like ferhat göçer. I have tried a lot of things but none of them work. All pages have the following header and meta: ...
1
vote
2answers
81 views

How to remove accent from characters? (Leave only English alphabet glyphs)

I need to transform in PHP, a special character like ă -> a, â -> a, ț -> t and so on. I need this especially for links, so any help would be appreciated.
1
vote
2answers
39 views

PHP lines with XML cause unexpected '>' errors

When I set variables that include angle brackets (< >) or slashes I keep getting errors like the following (code simplified to focus on error): Parse error: syntax error, unexpected '>' in ...
1
vote
5answers
64 views

Special characters to mysql from php

I know there have been a lot of almost the same questions, but I still didn't find the answer to my problem. I want to place "les Îles Açores" into the db. But I get: les ÃŽles Açores I tried ...
1
vote
1answer
118 views

How to use Umlauts from PHP in Javascript

I have a MySQL database that contains German Umlauts (ä, ü, ö, etc). The database fields are all encoded latin1_german1_c (if that matters). From that database I create a json object that I use with ...
1
vote
2answers
101 views

How can I Remove Special Formatting with PowerShell (Tabs, Cariage Enter, BackSpaces, Newlines, and more)

I want to remove these carriage returns (or at least I think that's what they are) using PowerShell but I am having trouble doing so. I've used: -replace "`n","" -replace "`t","" ...
1
vote
4answers
167 views

Special characters

I want to write a simple script in vb. In the script I enter data to a variable (string). After a while I want to enter "\n" but instead of doing an actual \n it prints \n. How to print special ...
1
vote
3answers
101 views

Binary file special characters

I'm coding a suffix array sorting, and this algorithm appends a sentinel character to the original string. This character must not be in the original string. Since this algorithm will process binary ...
1
vote
4answers
104 views

Why am I getting an incompatable types error when trying to see if a String ends with a specific character?

I'm working on a dinky code for java, in which I have to create a program that: 1) capitalizes the first word of the input sentence, 2) capitalizes the word "I", and 3)punctuates the sentence if there ...
1
vote
3answers
632 views

codeigniter allow special characters (like: ä, é, î, ø, ù) in uri

how to allow special characters (like: ä, é, î, ø, ù) in uri in codeigniter
1
vote
2answers
166 views

Unable to remove invisible chars using Regex

I want to remove any invisible chars from a string, only keep spaces & any chars from 0x20-0x7F, I use this: Regex.Replace(QueryString, @"[^\s\x20-\x7F]", ""); However it does not work ...
1
vote
5answers
1k views

Python __call__ special method practical example

I know that __call__ method in a class is triggered when the instance of a class is called. However, I have no idea when I can use this special method, because one can simply create a new method and ...
1
vote
1answer
70 views

Problem when send a xmlHTTP request

When I send a string with text = "Frédéric" via a xmlHttp request to my server side code then I get in my Action for the String the following text = "Fr?d?ric". This is for all the special characters ...
1
vote
1answer
96 views

php/mysql special tree

I was messing arround with code and i can't figure out to do this: I have a Table in the database like this: CREATE TABLE IF NOT EXISTS `nodetree` ( `node` int(11) NOT NULL, `prevnode` ...
1
vote
1answer
329 views

Django: How do I quote and unquote special characters in the same template?

My app has a 'tags' functionality. I want to allow special characters (like '+' and '.') and, as a result, I need to escape these characters in the url: <a href="/tags/{{ tag|ESCAPED ...
1
vote
4answers
168 views

Python Tabs Fake or Real

Many tutorial suggest users to use tab with width of 4 while 4 is made using spaces not real tab character. Using real tab also it works so why do people suggest to use spaces of 4 rather than real ...
1
vote
1answer
270 views

AJAX/JQUERY strange behaviour for special chars

Hello I'm developing a simple application where the user can change a content in a database by simply clicking "edit and save" without page refreshes. This is done with Jquery, AJAX POST and CKeditor ...
1
vote
2answers
498 views

HTML To PDF Turkish Character Problem

I want to convert a ASP.NET web page to pdf using ITextSharp. I did write some code but I can not make it show the Turkish Characters. Can anyone help me? Here is the code: using System; using ...
1
vote
1answer
41 views

python email special char

How can I send special character like registered symbol in a email's 'from' email string? E.g. Test® <test@hello.com>. Do I require to set some headers?
1
vote
1answer
1k views

jqGrid multiselect behavior when pressing special key

What I was expecting from a multiselect behaviour is to behave just as normal as long as no special key is pressed. I mean, if you have a row selected and click on another with no other key pressed, ...
1
vote
1answer
276 views

SQL Load Data Special Characters

I'm trying to import data into SQL from a CSV in PHP My Admin so it may be a PHP My Admin problem. The problem i'm having is that some of the columns use special characters for instance: "Adán, ...
1
vote
1answer
797 views

Jquery Table sorter and special characters

am using jquery tablesorter plugin and in my "country" column i got special characters like this: Índia. The fact is that when i hit the header of the column to sort it, it puts my "Índia" at the ...
1
vote
1answer
369 views

Trouble selecting an item in a SELECT box with jQuery with a quot

I am having a hidden form with a list which I need to select an option from when a user wants to view this form. I was using var assignee = 'persons name'; jQuery('#edit-form' ...

1 2 3