Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1046947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:13:37+00:00 2026-05-16T16:13:37+00:00

In this function, I get the selected emoticon from NSTableView from the NSArrayController connected

  • 0

In this function, I get the selected emoticon from NSTableView from the NSArrayController connected to an IBOutlet called emotes. The string in the selected NSArray contains UTF8 characters that is sent to the clipboard.

// Get Selected Emoticon
NSArray * selectedemote = [emotes selectedObjects];
NSLog(@"%@",[selectedemote valueForKey:@"emote"]);
// Send to Clipboard
[self copyToClipboard:[NSString stringWithFormat:@"%@",[selectedemote valueForKey:@"emote"]]];

The problem is with the NSArray itself. It seems to output the UTF8 string as a hexadecimal. Here is what the string looks like from the NSLog function:

2010-08-23 11:23:56.411 Emoticon[7919:a0f] (
    "\\(\U2579\U30ee\U2579 )/"
)

Is there a possible way of converting the UTF-8 hex to a UTF-8 characters? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:13:38+00:00Added an answer on May 16, 2026 at 4:13 pm

    I solved the issue. The solution is to use the NSEntityDescription and init it with the objectAtIndex:0 in the NSArray with the selected cell. Using the NSEntityDescription, I got the value for Emote.

    -(IBAction)sendtoclipboard:(id)sender
    {
        // Get Selected Emoticon
        NSArray * selectedemote = [emotes selectedObjects];
        NSEntityDescription *entity = [selectedemote objectAtIndex:0];
        NSString * tmpemote = [NSString stringWithFormat:@"%@",[entity valueForKey:@"emote"]];
        NSLog(@"%@", [entity valueForKey:@"emote"]);
        //Send to Clipboard
        [self copyToClipboard:tmpemote];
    }
    

    The result:

    2010-09-07 20:03:26.488 Emoticon[45764:a0f] \(╹ヮ╹ )/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using this jquery code: <a href=javascript:void(0) id=m1>Get Selected id's</a> jQuery(#m1).click( function() { var s;
I am trying to get selected text of Iframe using Rangy using this function;
hello i want i have function to get paragraph of selected text. this is
I need to get a selected item from drop menu, I am using this
I have a function to get the values of the selected check-box from the
Given this function: > function Get-ArrayOfArrays() { (1,2),(3,4) | % { $_ } }
I am using this function to get the featured images: <a href=# rel=prettyPhoto> <?php
I wrote this function to get the unread count of google reader items. function
I wrote this function to get a pseudo random float between 0 .. 1
What's wrong with this function: function() { $.get('/controller/action', function(data) { $('#temporaryPhotos').text(data); } ); return

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.