My House (2015 TV series)

My House (Korean: 우리집) is a 2015 South Korean television program starring Lee Sang-min, Lee Ji-ae, Julian Quintart and Kim Ye-won. It airs on JTBC on Tuesday at 0:30 beginning February 23, 2015.[1]

My House
StarringLee Sang-min
Lee Ji-ae
Julian Quintart
Kim Ye-won
Country of originSouth Korea
Original language(s)Korean
No. of seasons1
No. of episodes11 (as of May 11, 2015)
Production
Production location(s)South Korea
Running time60 minutes
Release
Original networkJTBC
Original releaseFebruary 23 (2015-02-23) 
May 11, 2015 (2015-05-11)
External links
Website

Cast

gollark: Yes, I got that much.
gollark: I don't know exactly what it does.
gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```

References

  1. Jung, Song-yeon (23 February 2015). "'우리집', 헌집 주니 새집 주네..화제 만발". JoongAng Ilbo. Retrieved 2015-04-07.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.